updated <io.h> for open() use G_PI instead of M_PI
authorHans Breuer <hans@breuer.org>
Sun, 3 Jul 2005 15:47:42 +0000 (15:47 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 3 Jul 2005 15:47:42 +0000 (15:47 +0000)
commit19e9165d64e954a64edd2cd9b29f0073c888c802
tree543c0f66cf4b64be65f8b83f7484af745d89066d
parent1d1b9c7abec5a5b505f2009e969c018b0906a467
updated <io.h> for open() use G_PI instead of M_PI

2005-07-03  Hans Breuer  <hans@breuer.org>

* **/makefile.msc[.in] : updated
* gtk/gtkiconcache.c : <io.h> for open()
* gtk/gtkstyle.c : use G_PI instead of M_PI

* gdk/win32/gdkcursor-win32.c : implement gdk_cursor_new_from_name()
by mapping the lower case win32 api name to the respective cursor.
E.g. pass "wait" to get the IDC_WAIT cursor. Also allows to load
cursors from named resources in the executable.
(gdk_cursor_get_image) : just return NULL for now.

* gdk/win32/gdkgeometry-win32.c : implement gdk_window_move_region()
by delegation to ScollWindowEx(), untested.

* gdk/win32/gdkwindow-win32.c : stub for gdk_window_set_urgency_hint()
13 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk-pixbuf/makefile.msc
gdk/makefile.msc
gdk/win32/gdkcursor-win32.c
gdk/win32/gdkgeometry-win32.c
gdk/win32/gdkwindow-win32.c
gtk/gtkiconcache.c
gtk/gtkstyle.c
gtk/makefile.msc.in
gtk/stock-icons/makefile.msc
tests/makefile.msc